home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / bin / Imakefile next >
Encoding:
Makefile  |  1995-07-12  |  528 b   |  33 lines

  1. #include <Fresco.tmpl>
  2. #include <Ixx.tmpl>
  3.  
  4. HEADERS = \
  5.     $(FDRAW_HEADERS)
  6.  
  7. SRCS = \
  8.     $(DISH_SRCS) \
  9.     $(FDRAW_SRCS) \
  10.     $(I2MIF_SRCS) \
  11.     $(IXX_SRCS)
  12.  
  13. PROGRAMS = \
  14.     dish \
  15.     fdraw \
  16.     i2mif \
  17.     ixx
  18.  
  19. IXCONFIG = 
  20.  
  21. AllTarget($(PROGRAMS))
  22. IxxDependency()
  23.  
  24. #include "../../../Fresco/cmd/dish/Imakefile"
  25. #include "../../../Fresco/cmd/fdraw/Imakefile"
  26. #include "../../../Fresco/cmd/i2mif/Imakefile"
  27. #include "../../../Fresco/cmd/ixx/Imakefile"
  28.  
  29. depend:: $(HEADERS)
  30. DependTarget()
  31. clean::
  32.     RemoveFiles($(PROGRAMS))
  33.